'Declaration
Public Overrides Function CanMove( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer _ ) As Boolean
'Usage
Dim instance As C1PagedCollectionView(Of T) Dim fromIndex As Integer Dim toIndex As Integer Dim value As Boolean value = instance.CanMove(fromIndex, toIndex)
Parameters
- fromIndex
- The original index.
- toIndex
- The destination index.